home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / lb2arc.zip / LIBBER.DOC < prev   
Text File  |  1985-11-05  |  4KB  |  89 lines

  1.                        Libber Version 1.1
  2.                          K.Fitzpatrick
  3.  
  4.         This program is mainly for sysops that wish to convert *.LBR
  5. files to the ARC format.  Libber is written in Turbo pascal and uses
  6. exec calls to run the other necessary programs.
  7.  
  8. How Libber does it.
  9.    First Libber reads the directory into a stack.  One by one it goes
  10. through the stack looking for the extension 'LBR'.  When it finds a
  11. filename that has the extension 'LBR' it goes to a procedure that
  12. moves the file to a specified holding directory.  It will then run
  13. one of library programs to spread the library.  After the library is
  14. spread it will delete the original library name from the directory.
  15. Its next step will be to archive all the files in the holding directory.
  16. Once this is done it moves the new filename with the ARC extension
  17. back to the original directory and delete the corresponding filename
  18. with the 'LBR' extension.  This process will continue until all files
  19. with the 'LBR' extension have been converted.
  20.  
  21.  
  22.  
  23.  
  24. Libber Setup
  25.  
  26.   Libber allows you to designate 4 names/paths.
  27.  
  28.   You can designate which version of ARC you are going to use.  Remember
  29. this program MUST be on the path.  The default name is ARC.exe.  You
  30. need not include the extension when specifying the name.  To represent
  31. that you are changing the default arc version use the switch '/A'.
  32.  
  33. Ex.   for version 4.30 type    'Libber arc430/a'  at the DOS prompt
  34.  
  35.   You may also specify the subdirectory where the library file will be
  36. spread.  The default subdirectory is C:\Temp.  To represent that you are
  37. changing the default directory use the switch '/T'.  Remember the directory
  38. that you use MUST be empty or your first archive will also contain the files
  39. that were in the directory when it started.  I will probably change this
  40. in version 2.0
  41.  
  42. Ex.  for C:\work type  'Libber C:\work/t' at the DOS prompt
  43.  
  44.   You can also tell Libber which library utility to use.  I have set the
  45. default to LUE201 since it is my favorite.  The speed and the compatibility
  46. of this one seems to be the best.  To designate that it is the library
  47. utility name that you are going to change use the switch '/L'.  Again
  48. this program MUST be on the path.
  49.  
  50. Ex.  for LU86 type  'Libber lu86/l at the DOS prompt
  51.  
  52.   The last thing you can configure Libber for is the name of the input
  53. file.  Libber needs this file since I can't figure out how to push a 
  54. 'y' into the keyboard stack to answer the question when I try and delete
  55. all files from the holding subdirectory after the files have been archived.
  56. When the DOS DEL command is used I redirect input from the filename specified
  57. by the '/I' switch.  Default name is Input.txt.  To create this file simply
  58. go to wherever you want it and use the COPY CON method.  All you need to
  59. do is this...
  60.  
  61.   copy con input.txt {c/r}
  62.   y {c/r}
  63.   {F6} {c/r}
  64. You may have this file anywhere you want it as long as you specify the path
  65. and the name.
  66.  
  67. Ex.  name is y.txt in C:\prg type  'Libber C:\prg\y.txt/i'
  68.  
  69. A last note on configurations
  70.   You may use any number of switches in any order.  If you want to change
  71. all default values go ahead and do it.  
  72.  
  73. ERRORS!!
  74.  
  75.   Make very sure that when you specify something using the switches that
  76. it actually exists.  If you specify a holding directory that isn't there
  77. SHUT OFF YOUR MACHINE!!  My program will simple return an error and keep
  78. running.  This means it will delete your *.LBR files one by one.  If
  79. the archive utility and the library utility are not on the path the SAME
  80. thing will happen.  I used this program to change over 400 files to the
  81. ARC format without a problem.
  82.  
  83.               Kerien Fitzpatrick
  84.               SysOp  Fido  129/18
  85.               412-362-1672
  86.  
  87.  
  88.  
  89.